crypto/tls.serverHelloMsg.scts (field)

8 uses

	crypto/tls (current package)
		handshake_client.go#L909: 	c.scts = hs.serverHello.scts
		handshake_client_tls13.go#L188: 		len(hs.serverHello.scts) != 0 {
		handshake_messages.go#L732: 	scts                         [][]byte
		handshake_messages.go#L778: 	if len(m.scts) > 0 {
		handshake_messages.go#L782: 				for _, sct := range m.scts {
		handshake_messages.go#L941: 				m.scts = append(m.scts, sct)
		handshake_server.go#L272: 		hs.hello.scts = hs.cert.SignedCertificateTimestamps